home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMSETSYNTAX / TFRMSETSYNTAX.txt
Text File  |  2008-08-19  |  2KB  |  104 lines

  1. object frmSetSyntax: TfrmSetSyntax
  2.   Left = 375
  3.   Top = 358
  4.   VertScrollBar.Visible = False
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set Document Syntax'
  7.   ClientHeight = 104
  8.   ClientWidth = 346
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 295
  24.     Height = 13
  25.     Caption = 'Select the Syntax you want to apply to the current document'
  26.   end
  27.   object ComboLista: TComboBox
  28.     Left = 13
  29.     Top = 40
  30.     Width = 318
  31.     Height = 21
  32.     Style = csDropDownList
  33.     ItemHeight = 13
  34.     TabOrder = 0
  35.     OnChange = ComboListaChange
  36.     OnClick = ComboListaClick
  37.   end
  38.   object Button3: TButton
  39.     Left = 185
  40.     Top = 74
  41.     Width = 70
  42.     Height = 22
  43.     Caption = '&OK'
  44.     Default = True
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -11
  48.     Font.Name = 'Tahoma'
  49.     Font.Style = []
  50.     ModalResult = 1
  51.     ParentFont = False
  52.     TabOrder = 1
  53.   end
  54.   object Button1: TButton
  55.     Left = 261
  56.     Top = 74
  57.     Width = 70
  58.     Height = 22
  59.     Cancel = True
  60.     Caption = '&Cancel'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -11
  64.     Font.Name = 'Tahoma'
  65.     Font.Style = []
  66.     ModalResult = 2
  67.     ParentFont = False
  68.     TabOrder = 2
  69.   end
  70.   object ListBox1: TListBox
  71.     Left = 96
  72.     Top = 72
  73.     Width = 73
  74.     Height = 97
  75.     ItemHeight = 13
  76.     TabOrder = 3
  77.     Visible = False
  78.   end
  79.   object ListBox2: TListBox
  80.     Left = 64
  81.     Top = 63
  82.     Width = 73
  83.     Height = 97
  84.     ItemHeight = 13
  85.     TabOrder = 4
  86.     Visible = False
  87.   end
  88.   object Button2: TButton
  89.     Left = 13
  90.     Top = 74
  91.     Width = 70
  92.     Height = 22
  93.     Caption = '&Edit'
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clWindowText
  96.     Font.Height = -11
  97.     Font.Name = 'Tahoma'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     TabOrder = 5
  101.     OnClick = Button2Click
  102.   end
  103. end
  104.